home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 12984 / 12984.xpi / chrome / VideoDownloaderToolbar.jar / content / about.xul next >
Extensible Markup Language  |  2009-12-25  |  794b  |  24 lines

  1. <?xml version="1.0"?> 
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://vidbar/skin/vid.css" type="text/css"?>
  4.  
  5. <!DOCTYPE window SYSTEM "chrome://vidbar/locale/vid.dtd" >
  6.  
  7. <dialog id="vidbar-about" title="About Video Downloader Toolbar" flex="1"
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  9.     xmlns:html="http://www.w3.org/1999/xhtml" buttons="accept">
  10.  
  11.     <hbox>
  12.         <image src="chrome://vidbar/skin/about-logo.gif" style="width: 48px; height: 48px;" />
  13.         <vbox style="width: 300px;">
  14.             <description style="font-weight:bold;">
  15.                         Video Downloader Toolbar 1.0.1
  16.             </description>
  17.             <description flex="1">
  18.                             Video and audio download tool for tube sites and flv movies.
  19.             </description>
  20.         </vbox>
  21.     </hbox>
  22.  
  23. </dialog>
  24.